home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / powerballs.swf / scripts / DefineButton2_50 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-03-12  |  198 b   |  14 lines

  1. on(release){
  2.    if(_root.sounds == 1)
  3.    {
  4.       stopAllSounds();
  5.       gotoAndStop(41);
  6.       _root.sounds = 0;
  7.    }
  8.    else
  9.    {
  10.       gotoAndPlay(39);
  11.       _root.sounds = 1;
  12.    }
  13. }
  14.